-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fixes #214] User ember-cli-babel’s public API to discover config (pl… #218
Conversation
55d6e93
to
d5b7824
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the idea here that we just give up on babel config serializability?
The config should be serializable: |
d5b7824
to
cc35706
Compare
cc35706
to
3755e19
Compare
Ah, thanks. I went looking at this has indeed already been fixed for quite a while. I think the original commit was emberjs/ember-cli-babel@a2c4784 So that's good then, I'm glad to use the real API. |
'ember-cli-babel': { | ||
includeExternalHelpers: true, | ||
compileModules: false, | ||
disableDebugTooling: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we needed this to be false not true...
…ugins/preset)